Skip to content

feat(google-vertex): update model YAMLs [bot]#1763

Merged
architkumar-truefoundry merged 1 commit into
mainfrom
bot/update-google-vertex-20260714-023243
Jul 14, 2026
Merged

feat(google-vertex): update model YAMLs [bot]#1763
architkumar-truefoundry merged 1 commit into
mainfrom
bot/update-google-vertex-20260714-023243

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by poc-agent for provider google-vertex.


Note

Low Risk
Single metadata line in a model catalog YAML; no runtime code paths changed, only documented unsupported params for one model.

Overview
Adds top_p to removeParams for anthropic/claude-opus-4-7 on Google Vertex, alongside existing removals of n and temperature.

Callers will no longer inherit or send top_p for this model via the provider default param merge—matching the pattern used on other Vertex Anthropic Claude entries (e.g. Opus 4.8).

Reviewed by Cursor Bugbot for commit a0644ec. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 8
  • Passed: 8
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 100.0%
Provider Model Scenarios
google-vertex anthropic/claude-opus-4-7 success: params:stream, params, tool-call:stream, structured-output, tool-call, structured-output:stream, reasoning, reasoning:stream
Successes (8)

google-vertex/anthropic/claude-opus-4-7 — params:stream (success)

Output
The capital of France is **Paris**.

google-vertex/anthropic/claude-opus-4-7 — params (success)

Output
The capital of France is **Paris**.

google-vertex/anthropic/claude-opus-4-7 — tool-call:stream (success)

Output
{"location": "London"}
VALIDATION: tool-call stream SUCCESS

google-vertex/anthropic/claude-opus-4-7 — structured-output (success)

Output
{"name":"Science Fair","date":"Friday","participants":["Alice","Bob"]}
VALIDATION: structured-output SUCCESS

google-vertex/anthropic/claude-opus-4-7 — tool-call (success)

Output
Function: get_weather
Arguments: {"location":"London"}
VALIDATION: tool-call SUCCESS

google-vertex/anthropic/claude-opus-4-7 — structured-output:stream (success)

Output
{"name": "Science Fair", "date": "Friday", "participants": ["Alice","Bob"]}
VALIDATION: structured-output stream SUCCESS

google-vertex/anthropic/claude-opus-4-7 — reasoning (success)

Output
# Calculating 3^3^3^3

## Step 1: Understand the notation

Exponentiation (the `^` operator) is **right-associative**. That means when you stack expon
... (truncated, 1636 chars omitted)

google-vertex/anthropic/claude-opus-4-7 — reasoning:stream (success)

Output
# Calculating 3^3^3^3

## Step 1: Understand the notation (associativity)

Tetration / stacked exponents are **right-associative**, meaning we evaluat
... (truncated, 1328 chars omitted)

@architkumar-truefoundry architkumar-truefoundry merged commit 5876a21 into main Jul 14, 2026
6 checks passed
@architkumar-truefoundry architkumar-truefoundry deleted the bot/update-google-vertex-20260714-023243 branch July 14, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants